Kameleon-Plus  0.3.2
Classes | Namespaces | Macros | Functions
Kameleon.h File Reference
#include <map>
#include <set>
#include <string>
#include <vector>
#include <boost/unordered_map.hpp>
#include <boost/array.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/format.hpp>
#include "Interpolator.h"
#include "Model.h"
#include "GeneralFileReader.h"
#include "TimeInterpolator.h"
#include "Constants.h"
#include "cxform.h"
#include <iostream>
#include "CCMCTime.h"
#include "Tracer.h"
Include dependency graph for Kameleon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ccmc::Position
 
class  ccmc::Kameleon
 TODO: Brief description of Kameleon class. More...
 

Namespaces

namespace  ccmc
 Namespace containing CCMC created and maintained code.
 

Macros

#define EPOCH3_STRING_LEN   24
 

Functions

double ccmc::parseEPOCH3 (char epString[EPOCH3_STRING_LEN+1])
 
void ccmc::encodeEPOCH3 (double epoch, char epString[EPOCH3_STRING_LEN+1])
 
void ccmc::EPOCHbreakdown (double epoch, long *year, long *month, long *day, long *hour, long *minute, long *second, long *msec)
 

Macro Definition Documentation

#define EPOCH3_STRING_LEN   24